devel/test simulate_rad.R

rm(list = ls())
library(grur)

sim <- simulate_rad(
  num.pops = 3,
  num.loci = 200,
  div.time = 1000,
  ne = c(50, 200),
  nm = c(0, 0.1),
  theta = 0.2,
  mig.type = c("island", "stepping.stone"),
  num.reps = 10,
  label = "sim.rad.test",
  parallel.core = 10
 )
thierrygosselin/grur documentation built on Oct. 28, 2020, 5:48 p.m.